home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / adv286.zip / EXDSKBIO.DOC < prev    next >
Text File  |  1987-01-30  |  1KB  |  24 lines

  1.  
  2. External 3.5" Diskette Driver version 1.01 Release Notes
  3.  
  4.  
  5. The following changes have been made since version 1.00:
  6.  
  7. An attempt is now made to use INT 15 function 86 to time the diskette speedup.
  8. This allows reasonably accurate timing independent of the speed of the hardware
  9. upon which the driver is installed.  This use of INT 15 enables option WAITHLT
  10. (halt while waiting for motor spinup and interrupts and use the timer tick for
  11. timing) to be set FALSE (it had previously been set TRUE for the same reason of
  12. CPU-speed-independent timing).  In addition, a bug with WAITHLT set to TRUE in
  13. the wait-for-diskette-interrupt which could cause a false timeout error to be
  14. returned has been corrected.
  15.  
  16. The clock-speed equate CLK10, as before used only for gross timeouts, has been
  17. lengthened because this program can potentially be run on very fast AT clones.
  18.  
  19. Because of a possible conflict in handling the diskette motor timeout count at
  20. 40:3F between this driver and an IBM system-board BIOS driver, the "reset"
  21. function (function 00) is never revectored.  An option to revector it (THFUNC0)
  22. is set FALSE; if TRUE, the timeout count is saved before revectoring and
  23. restored after revectoring.
  24.